C1.LiveLinq.AdoNet Namespace : IndexedDataTable<TRow> Class |
The following tables list the members exposed by IndexedDataTable<TRow>.
Name | Description | |
---|---|---|
Count | Gets the number of rows in the data table. | |
Indexes | The collection of indexes for this IndexedDataTable<TRow> | |
Item | Gets the row at the specified ordinal position. | |
Table | Gets the ADO.NET System.Data.DataTable object represented by this IndexedDataTable<TRow>. |
Name | Description | |
---|---|---|
BeginUpdate | Suspends notifications while massive changes are being made to a data table. | |
EndUpdate | Ends notification suspension started with BeginUpdate. | |
GetEnumerator | Returns an enumerator that iterates through the IndexedDataTable<TRow>. |